textbuffer: Fix a leak
authorMatthias Clasen <mclasen@redhat.com>
Fri, 7 Aug 2020 19:26:11 +0000 (15:26 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 7 Aug 2020 19:26:11 +0000 (15:26 -0400)
commit5673310364f8c22cebb9785f299ac9d1a762a8d6
treed37ffeeade4253ccab0e4d1b9409fb693caee40f
parent2d72ba21ce2c466e88b73780daac0f8ab8378a03
textbuffer: Fix a leak

gtk_text_buffer_insert_markup was leaking all the tags
that it inserts.
gtk/gtktextbuffer.c